object Aboutform: TAboutform Left = 777 Top = 292 BorderStyle = bsNone Caption = 'About TUGZip' ClientHeight = 290 ClientWidth = 313 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 12168353 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClick = FormClick OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image: TImage Left = 1 Top = 1 Width = 305 Height = 116 AutoSize = True Picture.Data = {} OnClick = FormClick end object Devlabel: TLabel Left = 12 Top = 186 Width = 110 Height = 13 Caption = 'Development Team' Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True OnClick = FormClick end object Copyrightlabel: TLabel Left = 8 Top = 120 Width = 170 Height = 12 Caption = 'Copyright '#169' 2002-2004 Christian Kindahl' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = FormClick end object Thomaslabel: TLabel Left = 12 Top = 275 Width = 228 Height = 12 Caption = 'Thomas Gustafsson. Forever in our hearts and minds.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = FormClick end object Paintbox: TPaintBox Left = 8 Top = 144 Width = 297 Height = 105 OnMouseDown = PaintboxMouseDown OnMouseMove = PaintboxMouseMove OnMouseUp = PaintboxMouseUp end object Dedicatedlabel: TLabel Left = 8 Top = 264 Width = 99 Height = 12 Caption = 'TUGZip is dedicated to:' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object Timer: TTimer Interval = 60 OnTimer = TimerTimer Left = 8 Top = 8 end end